[@main]
#IF
checkmonmap rzbattle8 1
#ACT
goto @1
#ELSEACT
goto @2

[@1]
<Room 8 Notice>\
\
Hi, i cannot let you pass until you kill all the monsters.\
\  \
Do you give up?\
\
<Yes i do/@giveup> || <No/@exit>

[@giveup]
#ACT
mapmove 0101

[@2]
#ACT
delnamelist battlesystem/room8.txt
addnamelist battlesystem/room9.txt
goto @nextroom

[@nextroom]
<Room 8 Completed>\
\
Well done on completing the eighth room, now you may move\
onto the second room of this challange, best of luck!.\
\
<Room 9/@room9> || <Exit/@giveup>

[@room9]
#IF
checkhum rzbattle9 1
#ACT
goto @error
#ELSEACT
monclear rzbattle9
Param1 rzbattle9
Param2 20
Param3 20
MonGen LeftGuard 5 10
MonGen RightGuard 5 10
MonGen EvilCentipede2 1 10
mapmove rzbattle9

[@error]
Please be patient, someone is currently in the next room\
taking the challange!\
\
<Try again/@room9>

